<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 微软雅黑;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.sp {
	display: none;
}

@media all and (max-width: 1080px) {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
}

#container {
	text-align: left;
}

#main {
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 102;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	background: #000;
}

#gHeader .hInner {
	margin: 0 auto;
	max-width: 93%;
	min-width: 1200px;
}

@media all and (min-width: 1200px) and (max-width: 1430px) {
	#gHeader .hInner {
		max-width: 96%;
	}
}

#gHeader h1 {
	margin: 15px 60px 0 0;
	width: 270px;
	height: 90px;
	float: left;
	background: url(../images/logo.png) no-repeat left top;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

@media all and (min-width: 1200px) and (max-width: 1430px) {
	#gHeader h1 {
		margin-right: 30px;
	}
}

#gHeader.fixed-header h1 {
	margin-top: 3px;
}

#gHeader .en {
	margin-top: 50px;
	float: right;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gHeader .navbar-text {
	padding: 0 30px 0 0;
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
}

#gHeader .navbar-text a {
	color: #fff;
}

#gHeader .tel {
	margin: 30px 0 0 30px;
	padding-left: 60px;
	float: right;
	color: #fff;
	font-size: 15px;
	background: url(../images/foot-tel.png) no-repeat left center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gHeader.fixed-header .tel {
	margin: 12px 0 0 30px;
}

#gHeader .tel span {
	display: block;
	color: #C99242;
	font-size: 30px;
	font-weight: bold;
}

#gHeader .en .language {
	padding-left: 10px;
	float: right;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	border-left: 1px solid rgba(0,0,0,.6);
}

#gHeader .en .language span {
	margin: -5px 0 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #fff;
	vertical-align: middle;
	background: url(../images/en.jpg) no-repeat left top;
	background-size: 100% 100%;
	border-radius: 50%;
}


#gHeader.fixed-header .en {
	margin-top: 34px;
}

#gHeader.fixed-header .en .language span {
	margin-top: -3px;
}

.nav_button {
	display: none;
}

.header_nav {
	display: none;
}

@media all and (min-width: 1081px) and (max-width: 1800px) {
	#gHeader .en {
		display: none;
	}
}

@media all and (max-width: 1080px) {
	#gHeader .hInner {
		margin: 0;
		padding: 5px 10px;
		max-width: inherit;
		min-width: inherit;
		position: relative;
	}
	
	#gHeader h1 {
		margin: 0;
		width: 200px;
		height: 67px;
		float: left;
		background: url(../images/logo.png) no-repeat left top;
		background-size: 100% 100%;
	}
	
	#gHeader.fixed-header h1 {
		margin: 0;
	}
	
	#gHeader .tel {
		display: none;
	}

	.header_nav {
		padding: 5px;
		display: block;
		position: fixed;
		width: 260px;
		height: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,.9);
		box-sizing: border-box;
		top: 0;
		right: -260px;
		z-index: 9999999999;
	}

	.header_nav .sub {
		height: 100%;
		border: 1px solid #CAA76C;
		box-sizing: border-box;
	}

	.header_nav .spLogo {
		padding: 50px 0 20px;
		text-align: center;
	}

	.header_nav #navi {
		margin: 0 20px;
	}
	
	.header_nav #navi li {
		margin-bottom: 1px;
		border: none;
	}
	
	.header_nav #navi li a {
		padding: 10px 0;
		display: block;
		border: none;
		color: #000;
		text-align: center;
		background: #CBA86E;
	}
	
	.header_nav .enLan {
		margin: 30px 0;
		text-align: center;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	.header_nav .enLan .en_navbar {
		padding: 0 10px 0 0;
		display: inline-block;
		color: #fff;
		font-size: 16px;
		vertical-align: middle;
	}

	.header_nav .enLan .en_navbar a {
		color: #fff;
	}
	
	.header_nav .enLan .language {
		padding: 0 0 0 10px;
		color: #fff;
		font-size: 20px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
		border-left: 1px solid rgba(0,0,0,.6);
	}
	
	.header_nav .enLan .language span {
		margin: -5px 0 0 5px;
		width: 20px;
		height: 20px;
		color: #fff;
		display: inline-block;
		border: 1px solid #fff;
		vertical-align: middle;
		background: url(../images/en.jpg) no-repeat left top;
		background-size: 100% 100%;
		border-radius: 50%;
	}
	
	.header_nav .tel {
		color: #CBA86E;
		font-size: 20px;
		text-align: center;
	}

	.header_nav .tel a {
		color: #CBA86E;
	}
	
	#close {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 999999999;
	}
	
	#gHeader .nav_button {
		margin-top: -13px;
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
	}
	
	#gHeader .en {
		margin-top: 50px;
		float: right;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	#gHeader .navbar-text {
		padding: 0 30px 0 0;
		display: block;
		float: left;
		font-size: 16px;
	}
		
	#gHeader .en .language {
		padding-left: 10px;
		float: right;
		color: #000;
		font-size: 22px;
		line-height: 1.2;
		display: block;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
		border-left: 1px solid rgba(0,0,0,.6);
	}
	
	#gHeader .en .language span {
		margin: -5px 0 0 5px;
		width: 20px;
		height: 20px;
		display: inline-block;
		border: 1px solid #fff;
		vertical-align: middle;
		background: url(../images/en.jpg) no-repeat left top;
		background-size: 100% 100%;
		border-radius: 50%;
	}
	
	#gHeader.fixed-header {
		background: rgba(0,0,0,.95);
	}
	
	#gHeader.fixed-header .navbar-text {
		color: #fff;
	}
	
	#gHeader.fixed-header .navbar-text a {
		color: #fff;
	}
	
	#gHeader.fixed-header .en {
		margin-top: 34px;
	}
	
	#gHeader.fixed-header .en .language {
		color: #fff;
		border-left: 1px solid rgba(255,255,255,.6);
	}
	
	#gHeader.fixed-header .en .language span {
		margin-top: -3px;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 800px;
	float: left;
}

@media all and (min-width: 1200px) and (max-width: 1580px) {
	#gHeader .hInner {
		margin: 0 auto;
		max-width: 96%;
		min-width: 1200px;
	}
	#gNavi {
		width: 640px;
		float: left;
	}
}

#gNavi li {
	width: 12.5%;
	float: left;
	font-size: 16px;
	position: relative;
}

#gNavi li a {
	padding: 47px 0 50px;
	display: block;
	color: #fff;
	text-align: center;
	border-top: 3px solid transparent;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	border-top: 3px solid #C99242;
}

#gNavi .on a {
	border-top: 3px solid #C99242;
}

#gHeader.fixed-header #gNavi li a {
	padding: 31px 0 35px;
	color: #fff;
}

#gNavi li ul {
	margin-left: -10%;
	width: 120%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #C99242;
}

#gNavi li ul li {
	width: auto;
	float: none;
	font-size: 15px;
	border-bottom: 1px dotted #000;6
}

#gNavi li ul li a {
	padding: 8px 0;
	display: block;
	color: #000;
	border-top: none;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li ul li a:hover {
	color: #000;
	border-top: none;
	background: #fff;
}

#gHeader.fixed-header #gNavi li ul li a {
	padding: 8px 0;
}

#gHeader.fixed-header #gNavi li ul li a:hover {
	color: #000;
}

@media all and (max-width: 1080px) {
	#gNavi {
		display: none;
	}
	
	#gHeader .en {
		display: none;
	}
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
	background: #000;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 70px 0;
	width: 1200px;
}

#gFooter .fLogo {
	margin-right: 80px;
	padding-top: 20px;
	float: left;
}

#gFooter .fInfo {
	width: 460px;
	float: left;
}

#gFooter .fInfo .tel {
	margin-bottom: 10px;
	padding-left: 60px;
	color: #C99242;
	font-size: 30px;
	font-weight: bold;
	background: url(../images/foot-tel.png) no-repeat left top;
}

#gFooter .fInfo p {
	color: #fff;
	font-size: 16px;
	opacity: 0.7;
}

#gFooter .code {
	float: left;
}

#gFooter .code img {
	width: 150px;
}

#gFooter .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#gFooter .fNavi {
	width: 160px;
	float: right;
}

#gFooter .fNavi li {
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
	opacity: 0.7;
}

#gFooter .fNavi li a {
	color: #fff;
}

#gFooter .copyright {
	padding: 10px 0;
	color: #fff;
	opacity: 0.7;
	font-size: 15px;
	text-align: center;
	border-top: 1px dotted #fff;
}

@media all and (max-width: 1080px) {
	#gFooter .fBox {
		margin: 0;
		padding: 30px 20px;
		width: auto;
	}
	
	#gFooter .fLogo {
		margin: 0 0 20px;
		padding-top: 0;
		float: none;
		text-align: center;
	}
	
	#gFooter .fInfo {
	    	margin-bottom: 10px;
		width: auto;
		float: none;
	}
	
    #gFooter .code {
        	margin-bottom: 10px;
    	float: none;
    }

#gFooter .code span {
    text-align: left;
}

	#gFooter .fNavi {
		padding-top: 20px;
		width: auto;
		float: none;
	}
	
	#gFooter .fNavi li {
		margin-bottom: 5px;
		width: 50%;
			float: left
	}

	#gFooter .copyright {
		padding: 10px 0;
		font-size: 14px;
	}


}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 30px;
	color: #C99242;
	font-size: 50px;
	text-align: center;
}

.headLine01 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #C99242;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}

.headLine01 span:before {
	margin-left: -25px;
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #C99242;
}

.headLine02 {
	margin-bottom: 30px;
	color: #C99242;
	font-size: 55px;
	text-align: center;
}

.headLine02 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}


.pageLead {
	margin-bottom: 70px;
	height: 650px;
	position: relative;
}

@media all and (max-width: 1080px) {
	.pageLead {
		margin-bottom: 40px;
		height: 350px;
	}
	
	.headLine02 {
		font-size: 40px;
	}
	
	.headLine02 span {
		font-size: 16px;
	}
	

}

.aboutLead {
	background: url(../images/page_about.jpg) no-repeat center center;
	background-size: cover;
}

.productLead {
	background: url(../images/page_product.jpg) no-repeat center center;
	background-size: cover;
}

.newsLead {
	background: url(../images/page_news.jpg) no-repeat center center;
	background-size: cover;
}

.dongtaiLead {
	background: url(../images/page_dongtai.jpg) no-repeat center center;
	background-size: cover;
}

.caseLead {
	background: url(../images/page_case.jpg) no-repeat center center;
	background-size: cover;
}

.contactLead {
	background: url(../images/page_contact.jpg) no-repeat center center;
	background-size: cover;
}

.greenLead {
	background: url(../images/page_green.jpg) no-repeat center center;
	background-size: cover;
}

.memberLead {
	background: url(../images/page_member.jpg) no-repeat center center;
	background-size: cover;
}

.partnerLead {
	background: url(../images/page_partner.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead .sub  {
	width: 100%;
	position: absolute;
	left: 0;
	top: 45%;
}

.pageLead h2 {
	margin: 0 auto;
	width: 1300px;
	color: #fff;
	font-size: 45px;
}

.pageLead h2 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.pageLead h2 span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 2px;
	background: #fff;
}

.pageLead .pagePath {
	padding: 15px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	background: rgba(0,0,0,.4);
	border-top: 1px solid #fff;
}

.pageLead .pagePath .page {
	margin: 0 auto;
	width: 1300px;
	text-align: right;
}

.pageLead .pagePath a {
	color: #fff;
}

@media all and (max-width: 1080px) {
	.pageLead .sub  {
		padding: 0 20px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 38%;
		box-sizing: border-box;
	}
	
	.pageLead h2 {
		margin: 0;
		width: auto;
		color: #fff;
		font-size: 35px;
	}
	
	.pageLead .pagePath {
		padding: 10px 20px;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
	}
	
	.pageLead .pagePath .page {
		margin: 0 auto;
		width: auto;
		text-align: right;
	}
	
	.pageLead .pagePath a {
		color: #fff;
	}
	
}

.section {
	margin: 0 auto;
	width: 1200px;
}

@media all and (max-width: 1080px) {
	.section {
		margin: 0 20px;
		width: auto;
	}
}

.pagebar {
	margin-bottom: 70px;
}
	
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #C99242;
	border: 1px solid #C99242;
}

.pagination a.page-num-current {
	color: #000;
	background: #C99242;
	border: 1px solid #C99242;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}


.fixTel {
	opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 80px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.fixTel.scrllFix {
	opacity: 1;
}

.fixTel span {
	margin-top: 5px;
	display: block;
	text-align: center;
}

.fixTel .tel {
	padding: 5px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.fixTel .tel .pop {
	display: none;
	padding: 10px 10px 10px 80px;
	width: 235px;
	height: 79px;
	position: absolute;
	left: -240px;
	top: 0;
	color: #333;
	font-size: 15px;
	text-align: left;
	box-sizing: border-box;
	background: #fff url(../images/fix_img03.png) no-repeat 10px 10px;
	background-size: 60px 60px;
	box-sizing: border-box;
}

.fixTel .tel:hover .pop {
	display: block;
}

.fixTel .tel .pop span {
	margin-top: 2px;
	display: block;
	font-size: 18px;
}

.fixTel .tel img {
	width: 70%;
}

.fixTel .sptel {
	display: none;
}

.fixTel .weidian {
	padding: 17px 8px;
	text-align: center;
}

.fixTel .weidian img {
	width: 60%;
}

@media all and (max-width: 1080px) {
	.fixTel {
		width: 60px;
	}
	
	.fixTel span {
		margin-top: 5px;
	}
	
	.fixTel .tel {
		display: none;
	}

	.fixTel .sptel {
		display: block;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	
	.fixTel .sptel img {
		width: 60%;
	}
	
	.fixTel .weidian {
		padding: 8px 0;
		text-align: center;
	}
	
	.fixTel .weidian img {
		width: 60%;
	}

}</pre></body></html>